home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / win_utl2 / spbck250.zip / README.TXT < prev    next >
Text File  |  1996-01-28  |  9KB  |  247 lines

  1.                         Welcome to the
  2.  
  3.               Silent Partner Backup Screen Saver
  4.            Version 2.50 for Windows 3.x, 95 and NT
  5.  
  6.           Shareware version, One month (or so) trial
  7.                      Registering: $20
  8.  
  9.  
  10.  
  11.  
  12. What is Silent Partner Backup Screen Saver?
  13. -------------------------------------------
  14.  
  15. The Silent Partner Backup is a utility for mirroring files on your
  16. workstation. The main reason I wrote this application was a constant
  17. need for a utility which could make plain mirror copies of some of the
  18. files on my system. I wanted the copies to be easy to retreeve when
  19. needed. The utility should not disturb me when I am using my workstation.
  20.  
  21. I have experienced that the main threat to my computer system is neither
  22. hardware fault nor software failure. The single cause of 99% of lost data
  23. is me deleting files in a hurry, editing system-files on an experimental
  24. basis, installing everything I get my hands on without taking propper
  25. precautions, doing majore cleanups in my projects, an so on. And very
  26. often I notice the damage only seconds after it is done. What I needed
  27. was a kind of safety net for my files.
  28.  
  29. So I came up with the solution of making a Windows Screensaver which
  30. does the work. Screensavers are (as their name points out) meant to save
  31. the screens from beeing damaged by blancking the screen or at least doing
  32. som motion on it while the system is not in use. This scheduling scheme
  33. suits my need perfectly. The mirroring job is done when I dont use the
  34. workstation. Besides, it will take place not long after I have left the
  35. computer, keeping the mirrored files nice and fresh.
  36.  
  37. As a last bonus, a screensaver does not bind up any system resources, like
  38. memory or timers, while not active.
  39.  
  40.  
  41.  
  42. Quickstart guide
  43. -------------------
  44.  
  45. Se the section Quickstart guide in the help-file.
  46.  
  47.  
  48.  
  49.  
  50. Which files are mirrored?
  51. ------------------------------------
  52.  
  53. We often work whith a lot of files. The usual way to organize all these
  54. files is to use the hierarkical nature of the filesystem and create
  55. directories related to the different kind of projects in which we store
  56. our files. I did not want to uppdate a list of files to mirror every time
  57. I made a new file. The Silent Partner Backup mirrors files on a directory
  58. basis. Just specify which directories to mirror and sit down and wait.
  59.  
  60. Often, not all files in a directory is worth mirroring. Therefore for
  61. each directory entry it is possible to specify which files to copy by
  62. entring the name of the file or simply use wildcards like '*' and '?'.
  63. You can also specify whether to include subdirectories or not. For instance
  64. if you specify C:\ and includes subdirectories, all files on drive C:
  65. will be mirrored. If you tell Silent Partner Backup to mirror only *.TXT
  66. files, only your text-files will be mirrored. For each directory entry you
  67. can specify several files or file-selections.
  68.  
  69.  
  70.  
  71.  
  72. Where do the mirrored files go?
  73. ------------------------------------
  74.  
  75. As I said earlyer I wanted the mirrored files to be easy to locate and
  76. retreave. Silent Partner Backup stores the mirrored files in a user
  77. specified destination directory. The files are stored using their
  78. original name. Silent Partner Backup builds the complete directory
  79. structure of the mirrored files as a subdirectory under the destination
  80. directory (puh..!). The name of the drive is inserted as a directory
  81. before the mirrored file's path. 
  82.  
  83. What this means is that if the default destination directory is D:\BACKUP 
  84. and a file to mirror is in C:\PROJECT\TEST\SRC\TEST.CPP then the file is 
  85. placed in D:\BACKUP\C\PROJECT\TEST\SRC. You can specify not to include the 
  86. drive name as a directory. This will place the same file in
  87. C:\BACKUP\PROJECT\TEST\SRC. You can also specify not to include the
  88. mirrored files directory. This will place the file directly in the
  89. destination directory (D:\BACKUP).
  90.  
  91. You can also keep more than one copy of the mirrored directories. This
  92. id done by adding another level of subdirectory to the destination directory.
  93. If you tell Silent Partner to keep 3 versions, the directories D:\BACKUP\2,
  94. D:\BACKUP\2 and D:\BACKUP\3 will be created. The saver will keep on cycling
  95. through the three destinations when it mirrors the files.
  96.  
  97. For each mirrored directory you can specify a destination directory. The 
  98. destination directory can be located on any drive for instance a network 
  99. drive which is backed up on tape regulary.
  100.  
  101.  
  102.  
  103.  
  104. When are the files mirrored?
  105. ------------------------------------
  106.  
  107. In Windows Control Panel is a utility for scheduling the
  108. screensavers. You can select the delay in minutes between the last
  109. keyboard or mouse event before the selected screensaver is executed. You
  110. have to experiment a little before you find a delay which suit your
  111. needs. A value between 10 and 60 minutes will probably be a good
  112. place to start.
  113.  
  114. The mirroring can be repeated and it is also possible to exclude 
  115. periods of the day from the mirroring.
  116.  
  117. When the Silent Partner Backup is scheduled to run, it searches through
  118. the list of directories to mirror looking for files. It will only mirror
  119. the file if it is not previously mirrored or if it has a newer time stamp
  120. than a previously mirrored file.
  121.  
  122.  
  123.  
  124.  
  125. What about the screensaver part?
  126. ------------------------------------
  127.  
  128. Silent Partner Backup does no fancy screensaving. When it is executed it
  129. simply blancs the screen. While the mirroring is going on it displays a
  130. simple "what is going on" window.
  131.  
  132. For the ones of you who likes fancy savers you can specify a previously
  133. installed screensaver to run after the mirroring is complete. For instance
  134. you can have the standard Mystify saver which ships with Windows to run.
  135.  
  136.  
  137. Whats new since 1.50?
  138. --------------------
  139.  
  140.   - You can interrupt the mirroring process. It will complete
  141.     the file it is working on before terminating.
  142.  
  143.   - The fileattributes and timestamp are preserved on the mirrored 
  144.     file.
  145.  
  146.   - System and hidden files are also mirrored.
  147.  
  148.   - The UI has changed.
  149.  
  150.   - A help file is included.
  151.  
  152.   - Simple hints are added in the Setup propperty sheet
  153.     (this is optional).
  154.  
  155.   - The utility can be produced for several languages. It is
  156.     currently only available in English and Norwegian.
  157.  
  158.   - Loopdetect is added to avoid mirroring the destination
  159.     directory.
  160.  
  161.   - The utility will work propperly on Windows95 and Windows NT
  162.     (it is still a 16-bit application).
  163.  
  164.  
  165. Whats new since 2.00?
  166. --------------------
  167.  
  168.   - Keep several versions of the mirrored files.
  169.  
  170.   - Repeat mirroring after a specified amount of time.
  171.  
  172.   - Exclude periodes of the day from the mirroring.
  173.  
  174.   - Delete all files in the destination directory before
  175.     the source directory is mirrored.
  176.  
  177.   - Start 32-bit screensavers (when installed on NT/Win95)
  178.  
  179.  
  180.  
  181. Do I know of any bugs or features?
  182. ------------------------------------
  183.  
  184. Well... yes, I do. Here is a list:
  185.  
  186.   - The list of screensavers to choose after mirroring is done
  187.     contains only the filename of 32-bit screensavers. This will
  188.     be corrected in the 32-bit.
  189.  
  190.   - A directory can only be selected once in the list. This 
  191.     means that if you want to mirror all the files in a 
  192.     directory and at the same time want to mirror only a subset
  193.     of the files in the subdirectories, you will not be able to
  194.     specify this without making an entry for each subdirectory.
  195.     
  196.   - When a second screensaver is set to start when the mirroring
  197.     is finished, a keypress will only terminate the second saver, 
  198.     and leave the Silent Partner Backup still running until another
  199.     keypress is done. The same happens for mousemoves, but it is
  200.     hard to see because of the amount of mousemoves produced by 
  201.     the system for even the smalest move. This is not true for 
  202.     Windows NT. This bug will be corrected in a later version
  203.     (not this version either).
  204.  
  205.   - Long filenames is not preserved. The copy will have the
  206.     short version of the original filename. This will be
  207.     corrected in a future release (at least in the 32-bit version).
  208.  
  209.  
  210.  
  211.  
  212. Bugreport, comments and registering.
  213. ------------------------------------
  214.  
  215. This version of Silent Partner Backup is distributed as Shareware. It is
  216. not crippled in any way. You can freely use it for a month or so. If you
  217. find it usefull I suggest you fill out the registering form included and
  218. send it to the address below. Registering will cost you only $20 per
  219. installed copy and includes the right to use upgraded versions of the
  220. software.
  221.  
  222. The registry form and the money can be sent to:
  223.  
  224.           Frank Mikalsen
  225.           Utsikten 264
  226.           N-9018 Tromso
  227.           Norway
  228.  
  229. Bugreports, comments (flames) and suggestion can be sent to:
  230.  
  231.           frank@mikrosys.no
  232.  
  233.  
  234.  
  235.  
  236. And if any doubt
  237. ----------------
  238.  
  239. SILENT PARTNER BACKUP SCREENSAVER IS DISTRIBUTED "AS IS" WITHOUT ANY
  240. WARRANTY OF ANY KIND. IN NO EVENT SHALL FRANK MIKALSEN BE LIABLE OR
  241. RESPONSIBLE FOR ANY LOSS, DAMAGE, OR OTHER PROBLEMS CAUSED BY USING THIS
  242. SOFTWARE. THE ENTIRE RISK OF USING SILENT PARTNER BACKUP SCREENSAVER
  243. IS YOURS.
  244.  
  245.  
  246.  
  247.